CE Gobi SDK  2.7
GobiApi
QmiRMS.h
1 /*===========================================================================
2 FILE:
3  QmiRMS.h
4 
5 DESCRIPTION:
6  QMI Remote Management Service APIs. Service type 0xE1
7 
8 Copyright (C) 2015 Sierra Wireless Incorporated. All rights reserved.
9  Sierra Wireless Proprietary/GTDR
10 ==========================================================================*/
11 
12 #ifndef __QMI_RMS_API_H__
13 #define __QMI_RMS_API_H__
14 /*=========================================================================*/
15 // Definitions
16 /*=========================================================================*/
17 
22 
23 /*=========================================================================*/
24 // Structs
25 /*=========================================================================*/
26 #ifdef __cplusplus
27  extern "C" {
28 #endif
29 
30 #ifdef __cplusplus
31  };
32 #endif
33 
34 /*=========================================================================*/
35 // Prototypes
36 /*=========================================================================*/
37 
49 IMPORTGOBI ULONG GOBICMAPI GetSMSWake(
50  ULONG * pbEnabled,
51  ULONG * pWakeMask );
52 
63 IMPORTGOBI ULONG GOBICMAPI SetSMSWake(
64  ULONG bEnable,
65  ULONG wakeMask ); // End of RMS group
67 
68 #endif
IMPORTGOBI ULONG GOBICMAPI SetSMSWake(ULONG bEnable, ULONG wakeMask)
IMPORTGOBI ULONG GOBICMAPI GetSMSWake(ULONG *pbEnabled, ULONG *pWakeMask)